Don't ever downgrade packages, list installed packages, and add basic dark mode#52
Merged
Conversation
pllim
approved these changes
May 14, 2026
pllim
left a comment
Member
There was a problem hiding this comment.
Coordinated packages all green and DARK MODE!!! Magical. Thanks.
Member
Author
Remember this is just the 10 first tests ;) |
Member
Author
|
I want to try and add a couple more fixes here before we merge |
Provide the tmp_cwd fixture astroquery defines in its repo-root conftest.py, which is not shipped in the installed wheel, so the esa/utils, esa/iso and esa/xmm_newton download tests no longer error at setup. Also deselect test_raises_deprecation_warning, which relies on astroquery's own filterwarnings=error config that is not picked up when running --pyargs from the harness rootdir.
Member
Author
|
Merging since @pllim approved |
Member
|
Rerunning full set 🤞 https://github.com/astropy/astropy-integration-testing/actions/runs/25877115074 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
@pllim - I think this will fix asdf-astropy, I think gwcs was being downgraded by another package. I've now made it so no package can downgrade previously installed packages.
@Cadair - this lists installed packages now.
@pllim - dark mode, respects system settings (no explicit toggle)